|
Расположение в меню |
---|
Solve → solver Elmer |
Верстаки |
FEM |
Быстрые клавиши |
Нет |
Представлено в версии |
- |
См. также |
FEM Solver CalculiX, FEM Solver Z88, Учебник МКЭ |
Elmer - это программное обеспечение для мультифизического моделирования с открытым исходным кодом, которое в основном разрабатывается CSC - IT Center for Science (CSC). Разработка Elmer началась в 1995 году в сотрудничестве с финскими университетами, исследовательскими институтами и промышленностью. После публикации с открытым исходным кодом в 2005 году использование и развитие Elmer стало международным.
Элмер включает, в частности, физические модели гидродинамики, строительной механики, электромагнетизма, теплопередачи и акустики. Они описываются уравнениями в частных производных, которые Элмер решает методом конечных элементов (МКЭ). https://www.csc.fi/web/elmer
Создание объекта SolverElmer в контейнере анализа в FreeCAD дает доступ к уравнениям Elmer для простого или мультифизического анализа.
Since FreeCAD already has an extensive integration of Calculix and
Z88 as solvers for mechanical and thermo-mechanical analysis, Elmer will be preferred for computational fluid dynamics (CFD), heat, electrostatics and electrodynamics. It can also be used for mechanical FEA through the Elasticity equation or any combination of the aforementioned equations. This combination makes Elmer the preferred choice for multi-physics analyses.
Elmer requires two components to be interfaced with FreeCAD:
There are standalone programs for both of these applications but their installation and usage are beyond the scope of the FreeCAD integration.
mpi
version to get multi-core support (introduced in 0.21).ElmerGrid
and ElmerSolver
, or 0.21 and above: set the path for ElmerSolver_mpi
instead of ElmerSolver
to make Elmer use all available CPU cores.
You are ready to use Elmer in FreeCAD.
0.19 and below: Now start FreeCAD and change the units scheme to MKS in the preferences. See Notes.
Example of a tree view once a Solver for Elmer is activated
The Elmer solver results are output in result pipeline objects. (Result objects are not possible.)
For transient analyses you get a result pipeline for every output time step. To edit all of them at once, select them in the tree view and set the parameters in the property editor. To make animations of the temporal progression, the best method is currently to:
The result is an animation like this:
The following link gives access to the full documentation for Elmer. This includes the manuals as well as tutorials. Note that documentation and files appended with "gui" generally concern the usage of the Elmer GUI and not the FreeCAD implementation of Elmer.
Constraints